PreviousNextTracker indexSee it online !

(6/14) 983 - XML 3.0.0

{{{ XML 3.0.0
Source: Source code is in SVN with the tag svn.code.sf.net/p/jedit/svn/plugins/XML/tags/release-3.0.0
Announcement:
Added new sidekick for json files. (Dale Anson)
Plugin patch #147: Convert ascii entities (Character References) into chars in Entities to Characters action (Jarek Czekalski)
CSS: better handling of @media queries
CSS: bug #1784, css code completion is too slow
XML: bug #1633 XML debugging output "quote is not closed"
documentation updates, code refactoring
Requires Java 1.7
Requires jEdit 05.02.00.00
Required plugins:
Antlr 4.4 (antlr.AntlrPlugin)
Common Controls 1.7.4 (CommonControlsPlugin)
EclipseIcons 1.0 (eclipseicons.EclipseIconsPlugin)
ErrorList 2.3 (errorlist.ErrorListPlugin)
SideKick 1.7 (sidekick.SideKickPlugin)
XercesPlugin 2.9.1 (xerces.XercesPlugin)
Optional plugins:
Beauty 0.7.0 (beauty.BeautyPlugin)
Hyperlinks 1.1.0 (gatchan.jedit.hyperlinks.HyperlinksPlugin)
Templates 4.1.2 (templates.TemplatesPlugin)

Short Description: The XML plugin provides features for editing XML, HTML, JavaScript JSON, and CSS files. For XML files, it does validation against a DTD, XSD, or RNG. For all languages, it displays element trees in the SideKick dockable. For XML, HTML5 and CSS3, you get completion popups for elements, attributes, and entities.

Long Description: <html>
<p>The XML plugin provides a SideKick tree structure browser for editing XML, HTML, CSS, JSON, and JavaScript files, and completion for XML, HTML5 and CSS3. </p>

<p>Matching tag actions, pretty-printing, graphical editing of tag attributes and conversion of special characters to entities and vice versa are supported for both XML and HTML files.</p>

<p>XML files are validated against their DTD, XSD, or RNG. Validation errors are shown in the Error List.</p>
</html>

}}}

Submitted daleanson - 2015-08-10 22:25:02.496000 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments